3.2238 \(\int \frac{x}{2 x+13 x^2+15 x^3} \, dx\)

Optimal. Leaf size=21 \[ \frac{1}{7} \log (5 x+1)-\frac{1}{7} \log (3 x+2) \]

[Out]

-Log[2 + 3*x]/7 + Log[1 + 5*x]/7

_______________________________________________________________________________________

Rubi [A]  time = 0.0201157, antiderivative size = 21, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167 \[ \frac{1}{7} \log (5 x+1)-\frac{1}{7} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Int[x/(2*x + 13*x^2 + 15*x^3),x]

[Out]

-Log[2 + 3*x]/7 + Log[1 + 5*x]/7

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 3.89003, size = 15, normalized size = 0.71 \[ - \frac{\log{\left (3 x + 2 \right )}}{7} + \frac{\log{\left (5 x + 1 \right )}}{7} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x/(15*x**3+13*x**2+2*x),x)

[Out]

-log(3*x + 2)/7 + log(5*x + 1)/7

_______________________________________________________________________________________

Mathematica [A]  time = 0.00494118, size = 21, normalized size = 1. \[ \frac{1}{7} \log (5 x+1)-\frac{1}{7} \log (3 x+2) \]

Antiderivative was successfully verified.

[In]  Integrate[x/(2*x + 13*x^2 + 15*x^3),x]

[Out]

-Log[2 + 3*x]/7 + Log[1 + 5*x]/7

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 18, normalized size = 0.9 \[ -{\frac{\ln \left ( 2+3\,x \right ) }{7}}+{\frac{\ln \left ( 1+5\,x \right ) }{7}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x/(15*x^3+13*x^2+2*x),x)

[Out]

-1/7*ln(2+3*x)+1/7*ln(1+5*x)

_______________________________________________________________________________________

Maxima [A]  time = 0.86195, size = 23, normalized size = 1.1 \[ \frac{1}{7} \, \log \left (5 \, x + 1\right ) - \frac{1}{7} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(15*x^3 + 13*x^2 + 2*x),x, algorithm="maxima")

[Out]

1/7*log(5*x + 1) - 1/7*log(3*x + 2)

_______________________________________________________________________________________

Fricas [A]  time = 0.207544, size = 23, normalized size = 1.1 \[ \frac{1}{7} \, \log \left (5 \, x + 1\right ) - \frac{1}{7} \, \log \left (3 \, x + 2\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(15*x^3 + 13*x^2 + 2*x),x, algorithm="fricas")

[Out]

1/7*log(5*x + 1) - 1/7*log(3*x + 2)

_______________________________________________________________________________________

Sympy [A]  time = 0.203736, size = 15, normalized size = 0.71 \[ \frac{\log{\left (x + \frac{1}{5} \right )}}{7} - \frac{\log{\left (x + \frac{2}{3} \right )}}{7} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(15*x**3+13*x**2+2*x),x)

[Out]

log(x + 1/5)/7 - log(x + 2/3)/7

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.205494, size = 26, normalized size = 1.24 \[ \frac{1}{7} \,{\rm ln}\left ({\left | 5 \, x + 1 \right |}\right ) - \frac{1}{7} \,{\rm ln}\left ({\left | 3 \, x + 2 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x/(15*x^3 + 13*x^2 + 2*x),x, algorithm="giac")

[Out]

1/7*ln(abs(5*x + 1)) - 1/7*ln(abs(3*x + 2))